home *** CD-ROM | disk | FTP | other *** search
/ Student Private Syndrome 3 / Student Private Syndrome 3.iso / private / photo / photo.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1996-06-21  |  331 b   |  14 lines

  1. on exitFrame
  2.   global startticks, sndname, photono, photomode
  3.   go(the frame)
  4.   if not soundBusy(1) then
  5.     sound playFile 1, sndname
  6.   end if
  7.   if (photomode = "Auto") and ((the ticks - startticks) >= (5 * 60)) then
  8.     cursor(4)
  9.     set photono to getphotono(photono + 1)
  10.     changephoto(photono)
  11.     go(marker(0))
  12.   end if
  13. end
  14.